Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include prototypes for vdev_initialize #9535

Merged
merged 1 commit into from
Oct 31, 2019

Conversation

mattmacy
Copy link
Contributor

This fixes warnings emitted by clang

Signed-off-by: Matt Macy mmacy@FreeBSD.org

Motivation and Context

Description

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (a change to man pages or other documentation)

Checklist:

This fixes warnings emitted by clang

Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
@behlendorf behlendorf added the Status: Code Review Needed Ready for review and testing label Oct 30, 2019
@codecov
Copy link

codecov bot commented Oct 31, 2019

Codecov Report

Merging #9535 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9535      +/-   ##
==========================================
+ Coverage   79.03%   79.06%   +0.02%     
==========================================
  Files         416      416              
  Lines      123678   123678              
==========================================
+ Hits        97754    97780      +26     
+ Misses      25924    25898      -26
Flag Coverage Δ
#kernel 79.74% <ø> (+0.04%) ⬆️
#user 66.71% <ø> (-0.01%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 936e2d6...b5c249c. Read the comment docs.

@behlendorf behlendorf added Status: Accepted Ready to integrate (reviewed, tested) and removed Status: Code Review Needed Ready for review and testing labels Oct 31, 2019
@behlendorf behlendorf merged commit 59055a0 into openzfs:master Oct 31, 2019
cvoltz pushed a commit to cvoltz/zfs that referenced this pull request Nov 1, 2019
Address two prototype related warnings emitted by clang.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Igor Kozhukhov <igor@dilos.org>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes openzfs#9535
@mattmacy mattmacy deleted the projects/vdev_init branch December 19, 2019 22:41
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Dec 26, 2019
Address two prototype related warnings emitted by clang.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Igor Kozhukhov <igor@dilos.org>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes openzfs#9535
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Dec 27, 2019
Address two prototype related warnings emitted by clang.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Igor Kozhukhov <igor@dilos.org>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes openzfs#9535
tonyhutter pushed a commit that referenced this pull request Jan 23, 2020
Address two prototype related warnings emitted by clang.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Igor Kozhukhov <igor@dilos.org>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes #9535
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Ready to integrate (reviewed, tested)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants